home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / Software / Graphsoft / Arch Demo / Core.sit / MiniCad 5 Demo.rsrc / STR#_7003.txt < prev    next >
Text File  |  1994-04-15  |  3KB  |  175 lines

  1. Queries file for existence of specified linestyle.
  2.  
  3. GetDashStyle(ScalThick : BOOLEAN; NumPr : INTEGER;
  4. B1,W1,...B5,W5 : REAL);
  5.  
  6. Defines custom linestyles.
  7.  
  8. AddDashStyle(ScalThick : BOOLEAN; NumPr : INTEGER; B1,W1,...,B5,W5 : REAL);
  9.  
  10. Sets limit tolerance parameters for dimensions.
  11.  
  12. LimitTolerance(ShowVal,BoxTxt :
  13. BOOLEAN; Leadr,Trailr : STRING;
  14. TopVal,BotVal : LONGINT);
  15.  
  16. Sets double fixed tolerance parameters for dimensions.
  17.  
  18. DoubleFixedTolerance(ShowVal,BoxTxt :BOOLEAN; Leadr,Trailr : STRING;TopStr,BotStr : LONGINT);
  19.  
  20. Sets double tolerance parameters
  21. for dimensions.
  22.  
  23. DoubleTolerance(ShowVal,BoxTxt :
  24. BOOLEAN; Leadr,Trailr : STRING;
  25. TopVal,BotVal : LONGINT);
  26.  
  27. Sets single tolerance parameters for dimensions.
  28.  
  29. SingleTolerance(ShowVal,BoxTxt :
  30. BOOLEAN; Leadr,Trailr : STRING;
  31. LimValu : LONGINT);
  32.  
  33. Retrieves current units settings.
  34.  
  35. GetUnits(VAR Frac,DisAcc : LONGINT; VAR Format : INTEGER; VAR UPI : REAL; UMark,SqUMark :
  36. STRING);
  37.  
  38. Specifies the spacing between text lines.
  39.  
  40. TextSpace(Spacing : INTEGER);
  41.  
  42. Sets the text size in points.
  43.  
  44. TextSize(Point : INTEGER);
  45.  
  46. Rotates selected text.
  47.  
  48. TextRotate(#Rotation : INTEGER);
  49.  
  50. Sets the text justification.
  51. 1 = Right justify
  52. 2 = Center justify
  53. 3 = Left justify
  54.  
  55. TextJust(Justify : INTEGER);
  56.  
  57. Sets text font.
  58.  
  59. TextFont(FontNumber : INTEGER);
  60.  
  61. Flips text vertically or horizontally.
  62. 1 = flip horizontal
  63. 2 = flip vertical
  64.  
  65. TextFlip(FlipType : INTEGER);
  66.  
  67. Sets the style of the text; e.g. TextFace([Bold,Underline]) makes text style underlined & bold.
  68.  
  69. TextFace([TextFaceType]);
  70.  
  71. Turns off all fill patterns in a class.
  72.  
  73. NFillClass(ClassName : STRING);
  74.  
  75. Gets class visibility.
  76.  
  77. GetCVis(ClassName : STRING) : REAL;
  78.  
  79. Makes the class invisible.
  80.  
  81. HideClass(ClassName : STRING);
  82.  
  83. Makes the class visible.
  84.  
  85. ShowClass(ClassName : STRING);
  86.  
  87. Sets the layer‚Äôs visibility to gray.  The contents are seen from other layers as grayed outlines.
  88.  
  89. GrayLayer;
  90.  
  91. Sets the layer‚Äôs visibility to invisible.  The contents cannot be seen from other layers.
  92.  
  93. HideLayer;
  94.  
  95. Sets the layer‚Äôs visibility to normal.  The contents can be seen and selected from other layers.
  96.  
  97. ShowLayer;
  98.  
  99. Smoothes polygons & freehand lines into spline curves.
  100.  
  101. Smooth(SmoothType : INTEGER);
  102.  
  103. Retrieves stored attribute settings.
  104.  
  105. PopAttrs;
  106.  
  107. Saves current attribute settings for later retrieval.
  108.  
  109. PushAttrs;
  110.  
  111. Specifies the line weight of the graphic pen.
  112.  
  113. PenSize(LineWeight : INTEGER);
  114.  
  115. Sets the pen pattern for the line that will be created.
  116.  
  117. PenPat(PatternNumber : INTEGER);
  118.  
  119. Unlocks all selected objects.
  120.  
  121. UnLckObjs;
  122.  
  123. Locks all selected objects.
  124.  
  125. LckObjs;
  126.  
  127. Sets the pen background color.
  128.  
  129. PenBack(Red, Green, Blue : LONGINT);
  130.  
  131. Sets the pen foreground color.
  132.  
  133. PenFore(Red, Green, Blue : LONGINT);
  134.  
  135. Sets the fill background color.
  136.  
  137. FillBack(Red, Green, Blue : LONGINT);
  138.  
  139. Sets the fill foreground color.
  140.  
  141. FillFore(Red, Green, Blue : LONGINT);
  142.  
  143. Sets the fill pattern of objects that will be created.
  144.  
  145. FillPat(PatternNumber : INTEGER);
  146.  
  147. Assigns an object to a class.
  148.  
  149. NameClass(ClassName : STRING);
  150.  
  151. Assigns a name to an object.
  152.  
  153. NameObject(ObjectName : STRING);
  154.  
  155. Sets the transfer mode of the active layer: Paint, Overlay, Invert, etc.
  156.  
  157. CopyMode(Operation : INTEGER);
  158.  
  159. Does not close a polygon.
  160.  
  161. OpenPoly;
  162.  
  163. Automatically closes a polygon.
  164.  
  165. ClosePoly;
  166.  
  167. Sets the current arrowhead size.
  168.  
  169. ArrowSize(MarkerSize : INTEGER);
  170.  
  171. Sets the line marker style.
  172.  
  173. ArrowHead(ArrowHeadType : INTEGER);
  174.  
  175.